func golang.org/x/tools/internal/gcimporter.internalErrorf

17 uses

	golang.org/x/tools/internal/gcimporter (current package)
		bexport.go#L86: func internalErrorf(format string, args ...interface{}) error {
		bexport.go#L236: 		panic(internalErrorf("unexpected object %v (%T)", obj, obj))
		bexport.go#L383: 		panic(internalErrorf("unexpected type %T: %s", t, t))
		bexport.go#L602: 		panic(internalErrorf("unexpected value %v (%T)", x, x))
		bexport.go#L608: 		panic(internalErrorf("unexpected constant %v, want float", x))
		iexport.go#L116: 		panic(internalErrorf("too many predeclared types: %d > %d", len(p.typIndex), predeclReserved))
		iexport.go#L455: 				panic(internalErrorf("unexpected method: %v", sig))
		iexport.go#L511: 			panic(internalErrorf("%s is not a defined type", t))
		iexport.go#L557: 		panic(internalErrorf("unexpected object: %v", obj))
		iexport.go#L826: 		panic(internalErrorf("unexpected type: %v, %v", t, reflect.TypeOf(t)))
		iexport.go#L942: 		panic(internalErrorf("unexpected type %v (%v)", typ, typ.Underlying()))
		iexport.go#L995: 		panic(internalErrorf("unexpected type %v (%T)", typ.Underlying(), typ.Underlying()))
		iexport.go#L1002: 		panic(internalErrorf("negative unsigned integer; type %v, value %v", typ, x))
		iexport.go#L1007: 		panic(internalErrorf("leading zeros"))
		iexport.go#L1010: 		panic(internalErrorf("bad mpint length: %d > %d (type %v, value %v)", len(b), maxBytes, typ, x))
		iexport.go#L1047: 		panic(internalErrorf("encoding mistake: %d, %v, %v => %d", len(b), signed, negative, n))
		iexport.go#L1076: 		panic(internalErrorf("mantissa scaling failed for %f (%s)", f, acc))